projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee0efe
)
(shell-prompt-pattern): Use defvar.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 21:41:11 +0000
(21:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 21:41:11 +0000
(21:41 +0000)
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index dbe5fcccca8b1f2699e76d8cc50e31b2060d4b25..d404e46235d6a90782b4b56f7955e9cc387341ca 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-144,7
+144,7
@@
(require 'comint)
;;;###autoload
-(def
const
shell-prompt-pattern "^[^#$%>]*[#$%>] *"
+(def
var
shell-prompt-pattern "^[^#$%>]*[#$%>] *"
"Regexp to match prompts in the inferior shell.
Defaults to \"^[^#$%>]*[#$%>] *\", which works pretty well.
This variable is used to initialise `comint-prompt-regexp' in the